Nevron .NET Vision
Nevron.Diagram Namespace / NDrawingDataObject Class / NDrawingDataObject Constructor / NDrawingDataObject Constructor(NDrawingDocument,INDiagramElement[])


In This Topic
    NDrawingDataObject Constructor(NDrawingDocument,INDiagramElement[])
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal drawing As NDrawingDocument, _
       ByVal elements() As INDiagramElement _
    )
    'Usage
     
    
    Dim drawing As NDrawingDocument
    Dim elements() As INDiagramElement
     
    Dim instance As New NDrawingDataObject(drawing, elements)
    public NDrawingDataObject( 
       NDrawingDocument drawing,
       INDiagramElement[] elements
    )

    Parameters

    drawing
    elements
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also